﻿2026-07-22T16:28:08.4765069Z ##[group]Run actions/checkout@v5
2026-07-22T16:28:08.4765548Z with:
2026-07-22T16:28:08.4765911Z   repository: BigscreenVR/spt-bs-core
2026-07-22T16:28:08.4769821Z   token: ***
2026-07-22T16:28:08.4770380Z   ssh-strict: true
2026-07-22T16:28:08.4770944Z   ssh-user: git
2026-07-22T16:28:08.4771525Z   persist-credentials: true
2026-07-22T16:28:08.4772154Z   clean: true
2026-07-22T16:28:08.4772727Z   sparse-checkout-cone-mode: true
2026-07-22T16:28:08.4773436Z   fetch-depth: 1
2026-07-22T16:28:08.4773999Z   fetch-tags: false
2026-07-22T16:28:08.4774548Z   show-progress: true
2026-07-22T16:28:08.4775125Z   lfs: false
2026-07-22T16:28:08.4775658Z   submodules: false
2026-07-22T16:28:08.4776228Z   set-safe-directory: true
2026-07-22T16:28:08.4776871Z   allow-unsafe-pr-checkout: false
2026-07-22T16:28:08.4777491Z env:
2026-07-22T16:28:08.4777978Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T16:28:08.4778653Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T16:28:08.4779381Z ##[endgroup]
2026-07-22T16:28:08.5546433Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T16:28:08.5547909Z ##[group]Getting Git version info
2026-07-22T16:28:08.5548562Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T16:28:08.5549547Z [command]/usr/bin/git version
2026-07-22T16:28:08.5572148Z git version 2.43.0
2026-07-22T16:28:08.5589509Z ##[endgroup]
2026-07-22T16:28:08.5600002Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f579aa43-9b1d-443d-9a63-52bb27fd2b8a' before making global git config changes
2026-07-22T16:28:08.5601434Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T16:28:08.5603447Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T16:28:08.5634488Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T16:28:08.5651161Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T16:28:08.5660635Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T16:28:08.5663841Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T16:28:08.5681507Z refs/heads/main
2026-07-22T16:28:08.5687693Z [command]/usr/bin/git checkout --detach
2026-07-22T16:28:08.5735423Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T16:28:08.5768172Z [command]/usr/bin/git branch --delete --force main
2026-07-22T16:28:08.5793134Z Deleted branch main (was db069619).
2026-07-22T16:28:08.5853337Z ##[endgroup]
2026-07-22T16:28:08.5856466Z [command]/usr/bin/git submodule status
2026-07-22T16:28:08.6035931Z ##[group]Cleaning the repository
2026-07-22T16:28:08.6038645Z [command]/usr/bin/git clean -ffdx
2026-07-22T16:28:08.6077633Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T16:28:08.6126187Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T16:28:08.6129916Z ##[endgroup]
2026-07-22T16:28:08.6131992Z ##[group]Disabling automatic garbage collection
2026-07-22T16:28:08.6135403Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T16:28:08.6159308Z ##[endgroup]
2026-07-22T16:28:08.6159979Z ##[group]Setting up auth
2026-07-22T16:28:08.6164453Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T16:28:08.6187622Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T16:28:08.6371211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T16:28:08.6395231Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T16:28:08.6581529Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T16:28:08.6607451Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T16:28:08.6792246Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T16:28:08.6823174Z ##[endgroup]
2026-07-22T16:28:08.6823813Z ##[group]Fetching the repository
2026-07-22T16:28:08.6830878Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +db069619c97ef9343a557afedce91a345b1f4944:refs/remotes/origin/main
2026-07-22T16:28:09.1290431Z ##[endgroup]
2026-07-22T16:28:09.1291448Z ##[group]Determining the checkout info
2026-07-22T16:28:09.1292330Z ##[endgroup]
2026-07-22T16:28:09.1294752Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T16:28:09.1332141Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T16:28:09.1357620Z ##[group]Checking out the ref
2026-07-22T16:28:09.1358404Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T16:28:09.1408229Z Switched to a new branch 'main'
2026-07-22T16:28:09.1409116Z branch 'main' set up to track 'origin/main'.
2026-07-22T16:28:09.1413147Z ##[endgroup]
2026-07-22T16:28:09.1447921Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T16:28:09.1470909Z db069619c97ef9343a557afedce91a345b1f4944
